CLIPUNIT:

DESCRIPTION:
45 Clipper functions you can use in Delphi, including the incredible IIF()!
These functions will give Clipper programmers a kick start when migrating to
Delphi.
See the function declarations at the top of the file for a full listing of
the functions with their parameter types and return values.

AUTHOR:
Chris Butterworth
Midnight Oil Software
100537,2512

TO USE:
Simply list CLIPUNIT under the USES clause of your project.

LIST OF FUNCTIONS:

AllTrim()
ASC()
At()
CDOW()
CLS           for use with WinCrt
CMonth()
Col()         for use with WinCrt (Clipper coordinates) use without brackets
CToD()
Day()         renamed DayNo()
DiskSpace()
DispBox()     for use with WinCrt (cruder than the Clipper version)
DevOut()      for use with WinCrt (strings only)
DevPos()      for use with WinCrt (Clipper coordinates)
DOW()
DToC()
DToS()
Empty()       2 versions: EmptyDate() & EmptyStrg()
Ferase()
IIF()         4 versions: IIFDate(), IIFInt(), IIFReal() & IIFStr()
IsAlpha()
IsDigit()
IsLower()
IsUpper()
Left()
Len()
Lower()
LTrim()
Max()         4 versions: MaxDate(), MaxInt(), MaxReal() & MaxStr()
Min()         4 versions: MinDate(), MinInt(), MinReal() & MinStr()
Month()       renamed MonthNo()
PadC()
PadL()
PadR()
Replicate()
Right()
Row()         for use with WinCrt (Clipper coordinates) use without brackets
RTrim()
Space()
Str()         renamed Strg()
StrTran()
StrZero()     (remember when Nantucket were going to scrap this one?)
SubStr()      
Trim()
Upper()
Year()        renamed YearNo()
